home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / tydhtml / dyn.exe / Chap06 / dyn6_4.txt < prev    next >
Encoding:
Text File  |  1997-10-02  |  302 b   |  13 lines

  1. <SCRIPT language=javascript>
  2. function thankYou () {
  3.   alert("Thanks for sharing your information with us.");
  4.   return true;
  5. }
  6. function beSure() {
  7.   if ( confirm("Are you sure you want to clear the contents of this form?") )
  8.     return true;
  9.   else
  10.     return false;
  11. }
  12. </SCRIPT>
  13.